Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / IsSynchronizable Method
The BasePersistableObject object.

In This Topic
    IsSynchronizable Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Indicates whether the specified collection item should be synchronized.
    Syntax
    'Declaration
     
    Protected Overridable Function IsSynchronizable( _
       ByVal collectionItem As BasePersistableObject _
    ) As System.Boolean
    protected virtual System.bool IsSynchronizable( 
       BasePersistableObject collectionItem
    )

    Parameters

    collectionItem
    The BasePersistableObject object.

    Return Value

    True if item should be synchronized; false, otherwise.
    See Also